home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Codemasters Artwork Disc ECTS 2000 ( UK)
/
Codemasters - Artwork Disc ECTS 2000 (UK).bin
/
pc
/
main.dxr
/
00083_swap with no text.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
2000-01-01
|
245 b
|
12 lines
on mouseEnter me
i = the currentSpriteNum
n = member(the member of sprite i).name
sprite(i).member = n & "L"
end
on mouseLeave me
i = the currentSpriteNum
n = member(the member of sprite i).memberNum
sprite(i).memberNum = n - 1
end